home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / dcom / modems-part1 / 368 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: news.ao.net!not-for-mail
  2. From: eric@eola.ao.net (Butt-head    )
  3. Newsgroups: comp.dcom.modems
  4. Subject: Re: Fry's 2834 Modem
  5. Date: 4 Jan 1996 05:04:56 GMT
  6. Organization: Access Orlando
  7. Message-ID: <4cfn5o$6re@news.accessorl.net>
  8. References: <4c77q9$cg2@sun.sirius.com>
  9. NNTP-Posting-Host: eola.accessorl.net
  10. X-Newsreader: TIN [UNIX 1.3 950515BETA PL0]
  11.  
  12. Lance E. Wong (lancelot@sirius.com) wrote:
  13. : I'm having problems with a new modem. I purchased a generic 28,800
  14. : V.34 internal fax modem from Fry's Electronics in Palo Alto, CA (a $99
  15. : special advertised in the Dec. 29 San Jose Mercury News). The package
  16. : and user manual don't even list a manufacturer. It uses a Rockwell
  17. : chipset (but doesn't seem to use RPI software.)
  18. : After I installed it (as COM2, the port used by the 14.4 modem it was
  19. : supposed to replace), I could get it to dial, but the modem would not
  20. : connect with my ISP or any BBSs I usually call. I would occasionally
  21. : get a CARRIER 28800 message, but no connection. After struggling with
  22. : several init strings, I was finally able to get a connection using:
  23. :        &F&D1&Q6&C1 
  24. The &Q6 is causing part of your problem.  On most modems, this explicitly 
  25. turns off error correction and compression, and the error correction is 
  26. really needed on a 28.8K connect.  Try using &Q5 instead.  Also, add &K3 
  27. to ensure you are using Hardware (RTS/CTS) flow control, not XON/XOFF (and 
  28. set this in trumpet as well)  A more bulletproof init string would 
  29. probably be AT&F&D0&Q5&K3&C1
  30.  
  31.